home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-07107.DIR / 00019.ls < prev    next >
Encoding:
Text File  |  1998-03-12  |  1.1 KB  |  49 lines

  1. on exitFrame
  2.   if rollOver(20) = 1 then
  3.     set the visible of sprite 10 to 1
  4.   else
  5.     set the visible of sprite 10 to 0
  6.   end if
  7.   if rollOver(21) = 1 then
  8.     set the visible of sprite 11 to 1
  9.   else
  10.     set the visible of sprite 11 to 0
  11.   end if
  12.   if rollOver(22) = 1 then
  13.     set the visible of sprite 12 to 1
  14.   else
  15.     set the visible of sprite 12 to 0
  16.   end if
  17.   if rollOver(23) = 1 then
  18.     set the visible of sprite 13 to 1
  19.   else
  20.     set the visible of sprite 13 to 0
  21.   end if
  22.   if rollOver(24) = 1 then
  23.     set the visible of sprite 14 to 1
  24.   else
  25.     set the visible of sprite 14 to 0
  26.   end if
  27.   if rollOver(25) = 1 then
  28.     set the visible of sprite 15 to 1
  29.   else
  30.     set the visible of sprite 15 to 0
  31.   end if
  32.   if rollOver(26) = 1 then
  33.     set the visible of sprite 16 to 1
  34.   else
  35.     set the visible of sprite 16 to 0
  36.   end if
  37.   if rollOver(27) = 1 then
  38.     set the visible of sprite 17 to 1
  39.   else
  40.     set the visible of sprite 17 to 0
  41.   end if
  42.   if rollOver(28) = 1 then
  43.     set the visible of sprite 18 to 1
  44.   else
  45.     set the visible of sprite 18 to 0
  46.   end if
  47.   go(the frame)
  48. end
  49.